HTML files which document the framework. The document, like the framework, needs a little additional work.
(Samples)
Some example and test programs which show how to get a basic YAAF application off the ground.
(Sources)
The sources to the YAAF libraries. There are two major library components for each platform: the core library (which contains the core event loop and window processing routines), and the standard controls library (which contains the standard controls, such as buttons, check boxes, etc).
(Tools)
This contains the CompileVRes tool, which is used for compiling a VRes specification file (a .v file) into a data file which can be brought into the resource fork of the Mac or Windows application to define the geometry of the window.
Boy, it'd be nice if someone would write a constructor for manipulating VRes files!
Headers
Where the headers live. Even the sources in (Sources) use these headers for compiling the libraries.
Libraries
Copies of the 6 YAAF libraries: the three core libraries (one for 68K, one for PPC, and one for WinOS), and the three standard control libraries. (One for each platform).
Resources
The ResEdit templates resources for the menu 'MInv' and 'MCmd' resources.